home *** CD-ROM | disk | FTP | other *** search
- /* popup tree entries: titles and bookmarks */
- treechildren::-moz-tree-cell-text(dim) {
- color: rgb(35%, 35%, 35%);
- }
-
- treechildren::-moz-tree-cell-text(italic) {
- font-style: italic;
- }
-
- treechildren::-moz-tree-cell-text(bold) {
- font-weight: bold;
- }
-
- /* location bar tooltip for re-sorting popup entries on the fly */
- .acm_tooltip {
- color: rgb(100%, 0%, 0%);
- }
-
- /* make options dialog inherit background color from theme */
- #ACM_Options {
- -moz-appearance: inherit !important;
- }
-
- /* options dialog navigation icons; they have to be 32x32 */
- #ACM_Options radio[pane=acm_paneOptions] {
- list-style-image: url("chrome://acmanager/skin/options.png");
- }
-
- #ACM_Options radio[pane=acm_paneManager] {
- list-style-image: url("chrome://acmanager/skin/history.png");
- }
-
- #ACM_Options radio[pane=acm_paneAbout] {
- list-style-image: url("chrome://acmanager/skin/acmanager-icon32.png");
- }
-